* debian/libgtk-4-0.symbols: Update
* Refresh no-accessibility-dump.patch
* Disable 018_gdkenumtypes.c_location.patch: might not be needed any more
+ * Add disable-return-type-error.patch to work around GNOME bug #789180
-- Jeremy Bicha <jbicha@debian.org> Wed, 18 Oct 2017 18:07:11 -0400
--- /dev/null
+Author: Jeremy Bicha
+Description: Work around for build failure
+
+https://bugzilla.gnome.org/789180
+---
+ meson.build | 1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/meson.build
++++ b/meson.build
+@@ -256,7 +256,6 @@ elif cc.get_id() == 'gcc' or cc.get_id()
+ '-Werror=main',
+ '-Werror=missing-braces',
+ '-Werror=sequence-point',
+- '-Werror=return-type',
+ '-Werror=trigraphs',
+ '-Werror=array-bounds',
+ '-Werror=write-strings',